home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / smail-3.2.tar.gz / smail-3.2.tar / smail-3.2 / conf / os / irix3.2 < prev    next >
Text File  |  1992-04-28  |  1KB  |  39 lines

  1. # @(#) irix3.2,v 1.2 1992/04/28 10:27:22 tron Exp
  2. #
  3. # irix3.2 - describe characteristics of SGI IRIX version 3.2
  4. #
  5. # contributed by diekema@si.com 
  6.  
  7. . $ROOT/conf/os/sys5.3
  8.  
  9. # Include the BSD compatibility (3B) routines in the search path
  10. CC="cc -I/usr/include/bsd"
  11.  
  12. # OSLIBS(list) - name any object libraries containing routines we will need
  13. OSLIBS="-lsun -lbsd -lc_s"
  14.  
  15. # DRIVER_CONFIGURATION(variable) - configuration file describing smail drivers
  16. DRIVER_CONFIGURATION=arpa-network        # includes BIND/DNS router
  17.  
  18. # HAVE(list) - list of attributes identified for your operating system
  19. HAVE=$HAVE:RENAME:MKDIR:BSD_NETWORKING:SYSEXITS:NDBM:YP:GETHOSTNAME
  20. HAVE=$HAVE:ULIMIT:BIND
  21.  
  22. # NOBODY(variable) - username to use for annonymous situations
  23. NOBODY=nobody        # BSD and SunOS-like systems
  24.  
  25. # SECURE_PATH(variable) - a secure, :-separated list of exectuable directories
  26. SECURE_PATH=/bin:/usr/bin:/usr/bsd
  27.  
  28. # COMPRESS(variable) - an executable that compresses files
  29. # COMP_FLAG(variable) - flag to use to force compression
  30. # DOT_Z(variable) - suffix generated by compression program
  31. # UNCOMPRESS(variable) - program to uncompress files
  32. # ZCAT(variable) - program to write contents of compressed files to stdout
  33.  
  34. COMPRESS=compress        # for compress
  35. COMP_FLAG=-f
  36. DOT_Z=.Z
  37. UNCOMPRESS=uncompress
  38. ZCAT=zcat
  39.